home *** CD-ROM | disk | FTP | other *** search
- <panel title="Assign Scout" id="dlog">
-
- <!-- stick all items to width of box -->
- <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0"/>
-
- <!-- extend the bottom area to cope for the table -->
- <layout class="arrange_vertical_attachment" alignment="top,extend" offset="0" />
-
- <!-- group box at top to contain Target and Duration widgets -->
- <widget class="table" auto_size_rows="true" layout="-1,-3,8,-1,-3" stretch_to_fit_rows="true" mode="">
-
- <widget class="label" row="0" column="0" text="Assign To"/>
-
- <widget class="popup_button_blue" id="asto" row="0" column="1" text="Choose..." select_event="asto"/>
-
- <widget class="label" row="0" column="3" text="Duration"/>
-
- <widget class="popup_button_blue" id="dura" row="0" column="4" text="Duration" select_event="dura">
- <list id="items">
- <record name="1 Month" id="1"/>
- <record name="2 Months" id="2"/>
- <record name="3 Months" id="3"/>
- <record name="6 Months" id="6"/>
- <record name="1 Year" id="12"/>
- <record name="End Of Season" id="-2"/>
- <record name="End Of Competition" id="-3"/>
- <record name="Not Set" id="-1"/>
- </list>
- </widget>
-
-
- </widget>
-
- <!-- area containing specify conditions button -->
- <container>
- <layout class="arrange_horizontal_attachment" alignment="left,extend" offset="0" />
- <layout class="stick_to_sides_attachment" alignment="top" inset="0" layout_children="true" />
- <layout class="fit_children_attachment" alignment="vertical"/>
-
- <widget class="label" text="Specify Conditions[filter dialog text]" auto_size="horizontal"/>
-
- </container>
-
- <!-- group box for rest of dialog -->
- <container>
- <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" layout_children="true"/>
- <layout class="arrange_vertical_attachment" alignment="bottom,extend" inset="0"/>
-
- <!-- table containing filter rules -->
- <widget class="filter_table" id="fcrt" show_compare_rules="true" mode="fill_rows" show_enabled_column="false"/>
-
- <!-- bottom row of buttons -->
- <container>
- <layout class="arrange_horizontal_attachment" alignment="left,extend" offset="0"/>
- <layout class="stick_to_sides_attachment" alignment="vertical" inset="0" layout_children="true" />
- <layout class="fit_children_attachment" alignment="vertical"/>
- <container>
- <layout class="arrange_horizontal_attachment" alignment="left" offset="0"/>
- <layout class="stick_to_sides_attachment" alignment="bottom" layout_children="true" inset="0"/>
- <layout class="fit_children_attachment" alignment="horizontal,fill" />
- <layout class="fit_children_attachment" alignment="vertical"/>
-
- <widget class="action_button_blue" id="clea" text="Clear" auto_size="all">
- <record id="click_event">
- <flags id="event_id" value="clea" />
- <flags id="dialog_event" value="true" />
- </record>
- </widget>
- </container>
-
- <container file="assign scout buttons"/>
-
- </container>
- </container>
- </panel>
-